This is the strangest thing !
I got the karma hack working great, but when I add the starhack 2000 it buts ratings under the mods/admins but no karma icon in there icon field.
" UGH !!! " Now that I writing this post, I realized something !
Its not the starhack, I have added some customs ranks for my admins/mods.
I'll post abit of the code so you know what I'm talking about...
# Karma Hack
if (($ThisStatus ne "Administrator") && ($ThisStatus ne "Moderator")) {
$KarmaLink = qq(

;
} else {
$KarmaLink = "";
}
if ($thisline[2] eq "oldfan") {
$ThisStatus ="
webmaster
";
}
elsif ($thisline[2] eq "KHammett") {
$ThisStatus = "
Canada Rules !



";
}
elsif ($thisline[2] eq "DooGie") {
$ThisStatus = "
Ray Combs
Lives



";
}
elsif ($ThisStatus eq "Administrator") {
$ThisStatus = "Administrator





";
}
elsif ($ThisStatus eq "Moderator") {
$ThisStatus = "MetalliCop

";
}
else {
$ThisStatus = "
Jason Newsted";
if ($thisprofile[7] > 14) {
$ThisStatus = "
Creeping Death
";
}
The custom ranks work, but it adds a karma rating in their profile but no karma icon.
I removed the hack so you cannot see what I mean, if the members see a rating for the mods/admins they would want the karma 'em.
Does anyone know how to fix this problem ?
OR
How could I add the karma rating so regular members could vote on 'em mods/admins I mean.
But I have -10 as a autoban for regular members, is their a way to not have mods/admins banned?
Sorry for the WAAAAY long post..